home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / nethack.lha / nethack-3.1 / dat / knox.des < prev    next >
Text File  |  1993-01-03  |  4KB  |  102 lines

  1. #    SCCS Id: @(#)knox.des    3.1    90/02/26
  2. #    Copyright (c) 1989 by Jean-Christophe Collet
  3. #    Copyright (c) 1992 by Izchak Miller
  4. # NetHack may be freely redistributed.  See license for details.
  5. #
  6. MAZE:"knox",' '
  7. FLAGS: noteleport
  8. GEOMETRY:center,center
  9. MAP
  10. ----------------------------------------------------------------------------
  11. | |........|...............................................................|
  12. | |........|.................................................------------..|
  13. | -------+--.................................................|..........|..|
  14. |       |........}}}}}}}....................}}}}}}}..........|..........|..|
  15. |       |........}-----}....................}-----}..........--+--+--...|..|
  16. |     ---........}|...|}}}}}}}}}}}}}}}}}}}}}}|...|}.................|...|..|
  17. |     |..........}---S------------------------S---}.................|...|..|
  18. |     |..........}}}|...............|..........|}}}.................+...|..|
  19. | -------..........}|...............S..........|}...................|...|..|
  20. | |.....|..........}|...............|......\...S}...................|...|..|
  21. | |.....+........}}}|...............|..........|}}}.................+...|..|
  22. | |.....|........}---S------------------------S---}.................|...|..|
  23. | |.....|........}|...|}}}}}}}}}}}}}}}}}}}}}}|...|}.................|...|..|
  24. | |..-S----......}-----}....................}-----}..........--+--+--...|..|
  25. | |..|....|......}}}}}}}....................}}}}}}}..........|..........|..|
  26. | |..|....|..................................................|..........|..|
  27. | -----------................................................------------..|
  28. |           |..............................................................|
  29. ----------------------------------------------------------------------------
  30. ENDMAP
  31. # Non diggable walls
  32. NON_DIGGABLE:(00,00,75,19)
  33. # Portal arrival point
  34. BRANCH:(08,16,08,16),(0,0,0,0)
  35. #   Throne room, with Croesus on the throne
  36. REGION:(37,08,46,11),lit,"throne"
  37. MONSTER:'@',"Croesus",(43,10),hostile
  38. #   The Vault
  39. #   Using unfilled morgue for 
  40. #   identification in mkmaze.c
  41. REGION:(21,08,35,11),lit,"morgue",unfilled
  42. #   Corner towers
  43. REGION:(19,06,21,06),lit,"ordinary"
  44. REGION:(46,06,48,06),lit,"ordinary"
  45. REGION:(19,13,21,13),lit,"ordinary"
  46. REGION:(46,13,48,13),lit,"ordinary"
  47. #   A welcoming committee
  48. REGION:(03,10,07,13),lit,"zoo",filled,true
  49. #   Barracks
  50. REGION:(62,03,71,04),lit,"barracks",filled,true
  51. # Doors
  52. DOOR:closed,(06,14)
  53. DOOR:closed,(09,03)
  54. DOOR:open,(63,05)
  55. DOOR:open,(66,05)
  56. DOOR:open,(68,08)
  57. DOOR:locked,(08,11)
  58. DOOR:open,(68,11)
  59. DOOR:closed,(63,14)
  60. DOOR:closed,(66,14)
  61. # Soldiers guarding the fort
  62. MONSTER:'@',"soldier",(12,14)
  63. MONSTER:'@',"soldier",(12,13)
  64. MONSTER:'@',"soldier",(11,10)
  65. MONSTER:'@',"soldier",(13,02)
  66. MONSTER:'@',"soldier",(14,03)
  67. MONSTER:'@',"soldier",(20,02)
  68. MONSTER:'@',"soldier",(30,02)
  69. MONSTER:'@',"soldier",(40,02)
  70. MONSTER:'@',"soldier",(30,16)
  71. MONSTER:'@',"soldier",(32,16)
  72. MONSTER:'@',"soldier",(40,16)
  73. MONSTER:'@',"soldier",(54,16)
  74. MONSTER:'@',"soldier",(54,14)
  75. MONSTER:'@',"soldier",(54,13)
  76. MONSTER:'@',"soldier",(57,10)
  77. MONSTER:'@',"soldier",(57,09)
  78. MONSTER:'@',"lieutenant",(15,08)
  79. # Four dragons guarding each side
  80. MONSTER:'D',random,(18,09)
  81. MONSTER:'D',random,(49,10)
  82. MONSTER:'D',random,(33,05)
  83. MONSTER:'D',random,(33,14)
  84. # Eels in the moat
  85. MONSTER:';',"giant eel",(09,08)
  86. MONSTER:';',"giant eel",(09,11)
  87. MONSTER:';',"giant eel",(48,08)
  88. MONSTER:';',"giant eel",(48,11)
  89. # The corner rooms treasures
  90. OBJECT:'*',"diamond",(19,06)
  91. OBJECT:'*',"diamond",(20,06)
  92. OBJECT:'*',"diamond",(21,06)
  93. OBJECT:'*',"emerald",(19,13)
  94. OBJECT:'*',"emerald",(20,13)
  95. OBJECT:'*',"emerald",(21,13)
  96. OBJECT:'*',"ruby",(46,06)
  97. OBJECT:'*',"ruby",(47,06)
  98. OBJECT:'*',"ruby",(48,06)
  99. OBJECT:'*',"amethyst",(46,13)
  100. OBJECT:'*',"amethyst",(47,13)
  101. OBJECT:'*',"amethyst",(48,13)
  102.